home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / EXTRAS / TR2LATEX / tr2latex / h / flip next >
Text File  |  1992-04-27  |  406b  |  16 lines

  1. /*
  2. ** tr2latex - troff to LaTeX converter
  3. ** $Id: flip.h,v 2.2 1992/04/27 15:13:26 Christian_Engel Dist krischan $
  4. ** COPYRIGHT (C) 1987 Kamal Al-Yahya, 1991,1992 Christian Engel
  5. **
  6. ** Module: flip.h
  7. **
  8. ** This file contains the words that are placed the opposite way
  9. ** in troff and TeX. Is there any more?
  10. */
  11.  
  12. char *flip_list[] =
  13. {
  14. "bar",  "dot",   "dotdot",   "hat",    "tilde",   "under",     "vec"
  15. };
  16.